html {
  background: rgb(237,237,237);
  position: relative;
  min-height: 100%;
}


body {
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  padding-top: 95px;
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

nav {
  height: 125px;
}

body {
	background: none !important;	
}

.wrapper {	
	margin-top: 45px;
  margin-bottom: 80px;
}

.container {
  /*position: relative;*/
}

.navbar-inverse {
  background-color: #00784a;
  border-color: #080808;
}

.navbar-header {
  height: 125px;
  width: 160px;
  /*margin-top: 15px;
  background-image: url("../img/joemc_logo.png");*/
  background-repeat: no-repeat;
  float: left;
}

.navbar-header a {
  float: left;
}

/*.logo {
  background-image: url("../img/joemc_logo.png");
  background-repeat: no-repeat;
  margin-top: 20px;
  height: 125px;
  width: 420px;
}*/

.message {
  float:left;
  position: absolute;
  left: 50%;
  background: white;
  border-radius: 5px;
  padding: 5px 15px 5px 15px;
  margin: 10px 50px 12px 15px;
  font-size: 18px;
  /*margin: auto;*/
}

.navigation {
  float:right;
}

.navigation p {
  color: white;
  margin: 10px 0px 8px 0px;
  background: rgb(245, 153, 0);
  border-radius: 2px;
  padding: 3px;
}

.signoff {
  float: right;
}

.selectacct {
  color: white; 
  margin-right: 5px;
  float: left;
  clear: right;
}

.announcement {
  margin-top: 20px;
  background-image: url("../Images/pluggedinbg.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  /*background: rgb(217, 212, 199);*/
  border-radius: 5px;
  padding: 15px;
  color: white;
}

.announcement p {
  font-weight: normal;
}

.announcement h2 {
  margin: 0px 0px 10px 0px;
}

.manageonline {
  font-weight: normal;
  color: rgb(242,153,27);
  margin-top: 20px;
  border-radius: 5px;
  padding: 15px;
  min-height: 340px;
}

.manageonline img {
  max-width:100%;
  max-height:100%;
}

.manageonline h2 {
  color: rgb(255,255,255);
  margin: 0px 0px 10px 0px;
}

.register {
  max-width: 380px;
  padding: 0px;
  margin: 25px auto 0px auto;
}

a:link {
  color: rgb(98, 98, 98);
  margin-top: 20px;
  text-decoration: underline;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: rgb(98,98,98);
}

.text-muted {
  margin: 5px;
  padding: 5px;
  color: rgb(237, 237, 237);
  font-size: 11px;
  font-weight: normal;
}

.sidebar {
  background: rgb(217, 212, 199);
  padding: 0px;
  color: black;
}

.sidebar ul {
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background: rgb(217, 212, 198);
}

.sidebar li a {
  display: block;
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
}

.sidebar li a:link {
  margin: 0px;
}

.sidebar li a:hover {
    background-color: rgb(245, 153, 0);
    color: white;
}

a.btn {
  text-decoration: none;
  color: white;
}

/* CARDS */

.box {
  height: 250px;
  background-image: url("../Images/pluggedinbg.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.boxheader {
  height: 35px;
  padding: 5px 0px 5px 0px;
  font-size: 18px; 
  text-align: center;
  color: white;
}

.boxbody {
  height: 145px;
  padding: 5px 0px 5px 0px;
  overflow: scroll;
  font-size: 15px; 
  text-align: center;
  color: white;
  position: relative;
  font-weight: normal;
}

.boxbody p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.boxfooter {
  height: 70px;
}

.boxfooter table {
  font-size: 13px;
  height: 70px;
  text-align: center; 
  margin: auto;
  border-spacing: 4px;
  border-collapse: separate;
  color: black;
  font-weight: normal;
}

.boxfooter tr {
}

.boxfooter table td {
  background: rgb(237, 237, 237);
  padding: 3px;
  width: 33%;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

.form-control:focus {
    border-color: #b2b2b2;
    box-shadow: 0px 1px 1px rgba(0, 121, 73, 0.085) inset, 0px 0px 8px rgba(0, 121, 73, 0.75);
}

/*form signin block*/

.form-signin {
  max-width: 380px;
  padding: 0px;
  margin: 0 auto;
  background: rgb(237, 237, 237);
  border: 0px solid rgba(0,0,0,0.1);
.form-signin-heading,
.checkbox {
  margin-bottom: 30px;
}

.checkbox {
  font-weight: normal;
}

.form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  @include box-sizing(border-box);
}
  &:focus {
    z-index: 2;
  }
}

input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}